New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pluginjs/fullscreen

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pluginjs/fullscreen

A flexible modern fullscreen js plugin.

  • 0.7.22
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
58
increased by205.26%
Maintainers
2
Weekly downloads
 
Created
Source

Fullscreen

npm package

fullscreen is a utility JavaScript library for fullscreen.

Introduction

Installation

Yarn
yarn add @pluginjs/fullscreen
NPM
npm i @pluginjs/fullscreen

Getting Started

CDN:

Development:

<script src="https://unpkg.com/@pluginjs/fullscreen/dist/fullscreen.js"></script>

Production:

<script src="https://unpkg.com/@pluginjs/fullscreen/dist/fullscreen.min.js"></script>

API

request

Parameters

| Name | Type | Description | |||-| | args | Any[] | |

exit

Exit full screen.

toggle

Open full screen or exit full screen

isFullscreen

Returns

| Name | Type | Description | |||-| | isFullscreen | Boolean | |

enabled

Returns

| Name | Type | Description | |||-| | isEnabled | Boolean | |

element

Returns

| Name | Type | Description | |||-| | fullscreenElement | HTMLElement[] | |

Browser support

Tested on all major browsers.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

License

@pluginjs/fullscreen is Licensed under the GPL-v3 license.

If you want to use @pluginjs/fullscreen project to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary.

For purchase an Commercial License, contact us purchase@thecreation.co.

Copyright (C) 2018 Creation Studio Limited.

FAQs

Package last updated on 15 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc